home *** CD-ROM | disk | FTP | other *** search
/ Mission 3 / Mission 3.zip / Mission 3.iso / vollvers / adamaslg / ovl.src / prototyp.h < prev    next >
Text File  |  1998-12-18  |  732b  |  17 lines

  1.                                               /* File: X32PLAY.C
  2.                                                  --------------- */
  3.  
  4.                                               /* File: PANEL.C
  5.                                                  ------------- */
  6. void open_panelvwk(void);
  7. void close_panelvwk(void);
  8. int rc_intersect(int x1, int y1, int w1, int h1, 
  9.                                  int x2, int y2, int w2, int h2, int *xy);
  10. void draw_button(int x, int y, int w, int h, int button, int pressed);
  11.  
  12.                                               /* File: SNDX32.C
  13.                                                  -------------- */
  14. void start_sound(OBJ_INFO *oinf);
  15. void stop_sound(OBJ_INFO *oinf);
  16. void *DosoundX32(void *buf);
  17.